//==============================================================================
define AtlantisSword
{
   SetSelector
   {
       
      TechLogic none/Copper Weapons/Bronze Weapons/Iron Weapons
      set hotspot
      {
         version
         {
            Visual Attachments X Sword Standard
         }
      }         
      set hotspot
      {
         version
         {
            Visual Attachments X Sword Copper
         }
      }
      set hotspot
      {
         version
         {
            Visual Attachments X Sword Bronze
         }
      }
      set hotspot
      {
         version
         {
            Visual Attachments X Sword Iron
         }
      }
   }     
}

//==============================================================================
define AtlantisBastardSword
{
   SetSelector
   {
       
      TechLogic none/Copper Weapons/Bronze Weapons/Iron Weapons
      set hotspot
      {
         version
         {
            Visual attachments x bastard sword standard
         }
      }         
      set hotspot
      {
         version
         {
            Visual attachments x bastard sword copper
         }
      }
      set hotspot
      {
         version
         {
            Visual attachments x bastard sword bronze
         }
      }
      set hotspot
      {
         version
         {
            Visual attachments x bastard sword iron
         }
      }
   }     
}
